home *** CD-ROM | disk | FTP | other *** search
/ Private: Geographic / Private: Geographic.iso / MAIN.DXR / 00002.ls < prev    next >
Encoding:
Text File  |  1998-03-23  |  254 b   |  12 lines

  1. on exitFrame
  2.   if the movieRate of sprite 10 = 0 then
  3.     set the member of sprite 6 to 3
  4.     set the member of sprite 7 to 21
  5.     updateStage()
  6.   else
  7.     set the member of sprite 6 to 9
  8.     set the member of sprite 7 to 19
  9.   end if
  10.   go(the frame)
  11. end
  12.